home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: in2.uu.net!allware!usenet
- From: nathan@allware.com (Nathan Tocus)
- Subject: Borland OWL SetupWindow function
- X-Newsreader: Forte Free Agent 1.0.82
- Sender: usenet@grog.allware.com
- Organization: Allware, Inc.
- Message-ID: <DpMG63.JB9@grog.allware.com>
- Date: Wed, 10 Apr 1996 01:02:54 GMT
-
- How do you pass arguments to the SetupWindow function in OWL 2.5. All
- the examples in the books I've read use SetupWindow to initialize
- controls but they never pass it any arguments. Since this function is
- called automatically when a window element is created and not
- explicitly called from your program, it appears that you can't pass it
- anything. The only way I have been able to make variables available
- to SetupWindow is to use global variables, which I would rather avoid.
-
-